home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtGetSelectionParameters.z / XtGetSelectionParameters
Encoding:
Text File  |  2002-10-03  |  4.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXttttGGGGeeeettttSSSSeeeelllleeeeccccttttiiiioooonnnnPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXttttGGGGeeeettttSSSSeeeelllleeeeccccttttiiiioooonnnnPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtGetSelectionParameters - retrieve target parameters for a
  10.           selection request with a single target
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XtGetSelectionParameters(_o_w_n_e_r, _s_e_l_e_c_t_i_o_n, _r_e_q_u_e_s_t__i_d,
  14.           _t_y_p_e__r_e_t_u_r_n, _v_a_l_u_e__r_e_t_u_r_n, _l_e_n_g_t_h__r_e_t_u_r_n, _f_o_r_m_a_t__r_e_t_u_r_n)
  15.                 Widget _o_w_n_e_r;
  16.                 Atom _s_e_l_e_c_t_i_o_n;
  17.                 XtRequestId _r_e_q_u_e_s_t__i_d;
  18.                 Atom* _t_y_p_e__r_e_t_u_r_n;
  19.                 XtPointer* _v_a_l_u_e__r_e_t_u_r_n;
  20.                 unsigned long* _l_e_n_g_t_h__r_e_t_u_r_n;
  21.                 int* _f_o_r_m_a_t__r_e_t_u_r_n;
  22.  
  23.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  24.           _o_w_n_e_r     Specifies the widget that owns the specified
  25.                     selection.
  26.  
  27.           _s_e_l_e_c_t_i_o_n Specifies the selection being processed.
  28.  
  29.           _r_e_q_u_e_s_t__i_d
  30.                     Specifies the requestor id in the case of
  31.                     incremental selections, or NULL in the case of
  32.                     atomic transfers.
  33.  
  34.           _t_y_p_e__r_e_t_u_r_n
  35.                     Specifies a pointer to an atom in whcih the
  36.                     property type of the parameters will be stored.
  37.  
  38.           _v_a_l_u_e__r_e_t_u_r_n
  39.                     Specifies a pointer into which a pointer to the
  40.                     parameters are to be stored. A NULL will be stored
  41.                     if no parameters accompany the request.
  42.  
  43.           _l_e_n_g_t_h__r_e_t_u_r_n
  44.                     Specifies a pointer into which the number of data
  45.                     elements in _v_a_l_u_e__r_e_t_u_r_n of size indicated by
  46.                     _f_o_r_m_a_t__r_e_t_u_r_n will be stored.
  47.  
  48.           _f_o_r_m_a_t__r_e_t_u_r_n
  49.                     Specifies a pointer into which the size in bits of
  50.                     the parameter data in the elements of _v_a_l_u_e__r_e_t_u_r_n
  51.                     will be stored.
  52.  
  53.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  54.           _X_t_G_e_t_S_e_l_e_c_t_i_o_n_P_a_r_a_m_e_t_e_r_s may only be called from within an
  55.           _X_t_C_o_n_v_e_r_t_S_e_l_e_c_t_i_o_n_P_r_o_c or from within the last call to an
  56.           _X_t_C_o_n_v_e_r_t_S_e_l_e_c_t_i_o_n_I_n_c_r_P_r_o_c with a new request_id.
  57.  
  58.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  59.           XtSetSelectionParameters(3Xt)
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXttttGGGGeeeettttSSSSeeeelllleeeeccccttttiiiioooonnnnPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXttttGGGGeeeettttSSSSeeeelllleeeeccccttttiiiioooonnnnPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss((((3333XXXXtttt))))
  71.  
  72.  
  73.  
  74.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  75.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.